projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb27982
)
Fix typo in willsavewaituntil rpc request ()
author
Väinö Järvelä
<vaino.jarvela@gmail.com>
Sat, 28 Jul 2018 17:03:05 +0000
(20:03 +0300)
committer
João Távora
<joaotavora@gmail.com>
Sat, 28 Jul 2018 17:03:05 +0000
(18:03 +0100)
Copyright-paperwork-exempt: yes
* eglot.el (eglot--signal-textDocument/willSave): Fix typo.
GitHub-reference: https://github.com/joaotavora/eglot/issues/51
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 1ca7b6d65d1e0bd76811c72ec7a3042cd3cf90db..3c01657abb7bc7425568ae5fdf8e608003af06bd 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1107,7
+1107,7
@@
When called interactively, use the currently active server"
(when (eglot--server-capable :textDocumentSync :willSaveWaitUntil)
(ignore-errors
(eglot--apply-text-edits
- (jsonrpc-request server :textDocument/willSaveWait
u
ntil params
+ (jsonrpc-request server :textDocument/willSaveWait
U
ntil params
:timeout 0.5))))))
(defun eglot--signal-textDocument/didSave ()